google.golang.org/grpc.clientStream.attempt (field)

14 uses

	google.golang.org/grpc (current package)
		stream.go#L365: 		cs.attempt = a
		stream.go#L579: 	attempt *csAttempt
		stream.go#L771: 	if cs.attempt.transportStream != nil {
		stream.go#L772: 		return cs.attempt.transportStream.Context()
		stream.go#L786: 			return toRPCErr(op(cs.attempt))
		stream.go#L794: 			if cs.attempt, err = cs.newAttemptLocked(false /* isTransparent */); err != nil {
		stream.go#L800: 		a := cs.attempt
		stream.go#L804: 		if a != cs.attempt {
		stream.go#L871: 	if cs.attempt.transportStream == nil {
		stream.go#L874: 	return cs.attempt.transportStream.Trailer()
		stream.go#L1045: 	if cs.attempt != nil {
		stream.go#L1046: 		cs.attempt.finish(err)
		stream.go#L1048: 		if cs.attempt.transportStream != nil {
		stream.go#L1050: 				o.after(cs.callInfo, cs.attempt)